home *** CD-ROM | disk | FTP | other *** search
- NiftyMatrix = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Matrix; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- InterfaceController = {
- ACTIONS = {
- "addFile:" = "addFile:";
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "clearFileList:" = "clearFileList:";
- "midiPortChanged:" = "midiPortChanged:";
- "modeChanged:" = "modeChanged:";
- "pause:" = "pause:";
- "play:" = "play:";
- "removeFile:" = "removeFile:";
- "stepBwd:" = "stepBwd:";
- "stepFwd:" = "stepFwd:";
- "stop:" = "stop:";
- "tempoChanged:" = "tempoChanged:";
- "tempoSliderMoved:" = "tempoSliderMoved:";
- };
- OUTLETS = {
- actionButtons = actionButtons;
- controlPanel = controlPanel;
- fileListPanel = fileListPanel;
- fileListView = fileListView;
- menuAddFiles = menuAddFiles;
- menuClearList = menuClearList;
- menuRemoveFile = menuRemoveFile;
- midiPortButtons = midiPortButtons;
- modeButtons = modeButtons;
- pauseButton = pauseButton;
- playButton = playButton;
- prototypeMatrix = prototypeMatrix;
- scrollView = scrollView;
- stopButton = stopButton;
- tempoForm = tempoForm;
- tempoSlider = tempoSlider;
- };
- SUPERCLASS = Object;
- };
-